home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7450 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  571 b 

  1. Path: linus.mitre.org!mbunix!costello
  2. From: costello@mbunix.mitre.org (Roger L Costello)
  3. Newsgroups: comp.lang.c++
  4. Subject: Symbol Search Tool
  5. Date: 22 Feb 1996 12:54:47 GMT
  6. Organization: The MITRE Corporation, Bedford Mass.
  7. Distribution: usa
  8. Message-ID: <4ghp2n$mpq@linus.mitre.org>
  9. NNTP-Posting-Host: mbunix.mitre.org
  10.  
  11. Hi Folks,
  12.     Is there a symbol search tool in MS Visual C++ (on NT)?
  13. On unix I would use "nm * | grep -i <symbol>" to search through
  14. all of the files in a directory for any occurrence of <symbol>. Is
  15. there an equivalent tool on NT?  Thanks.  /Roger
  16.